-- card: 2922 from stack: in -- bmap block id: 0 -- flags: 4000 -- background id: 4361 -- name: Maybe I Want Report -- part 4 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=489 top=319 right=342 bottom=512 -- title width / last selected line: 0 -- icon id / first selected line: 1013 / 1013 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: go Gotta Get Report ----- HyperTalk script ----- on mouseUp visual dissolve go card id 4795 end mouseUp -- part 5 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=0 top=319 right=342 bottom=23 -- title width / last selected line: 0 -- icon id / first selected line: 1014 / 1014 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: go Already Have Report ----- HyperTalk script ----- on mouseUp visual dissolve go prev end mouseUp -- part 6 (field) -- low flags: 01 -- high flags: 0002 -- rect: left=132 top=319 right=339 bottom=364 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 3 -- text size: 12 -- style flags: 256 -- line height: 16 -- part name: Report Button ----- HyperTalk script ----- on mouseup answer "Are you sure you want to prepare a report?" with "Yes" or "Cancel" if it is "Cancel" then exit mouseUp else set lockScreen to true set cursor to 4 push card go to card 1 of background "library" put empty into temp repeat for the number of cards-4 if line 3 of field "chex" ≠ empty then put field "info" & return & "/\/\/ /\/\/ /\/\/ /\/\/ /\/\/ /\/\/ /\/\/" & return after temp go next end repeat pop card put temp into field "report" end if end mouseUp -- part 7 (button) -- low flags: 00 -- high flags: 8000 -- rect: left=404 top=151 right=201 bottom=504 -- title width / last selected line: 0 -- icon id / first selected line: 1007 / 1007 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Print Report ----- HyperTalk script ----- on mouseUp get the short date put "Maybe I Want Report (" & it & ")"into reprt open file reprt write field 1 to file reprt close file reprt answer "Which Word Processor would you like to print with?" with "Word" or "Works" or "Other" if it is "Other" then ask "What Word Processor would you like to use?" with "MacWrite" if it is "Cancel" then exit mouseUp print reprt with it end mouseUp -- part contents for card part 6 ----- text ----- "Maybe I Want" Report